home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT08.Dxr / 00079.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  338 b   |  20 lines

  1. on exitFrame
  2.   global hand, nugis, self, syu
  3.   if hand = 1 then
  4.     set the visible of sprite 26 to 1
  5.     go("syu")
  6.   end if
  7.   if hand = 2 then
  8.     set self to self - 1
  9.   end if
  10.   if hand = 3 then
  11.     set nugis to nugis - 1
  12.     if syu < 5 then
  13.       play frame "smov"
  14.     else
  15.       play frame "slmov"
  16.     end if
  17.   end if
  18.   go("syu")
  19. end
  20.